Skip to content

Conversation

sanjaymantoor
Copy link
Member

  • Added 14.1.2.0.0 base VM images references
  • Cluster domain creation flow using pack/unpack
  • Hostname verifier constraints updated as per globalResourceNameSuffix
  • Updated WebLogic versions and OS versions supported

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jul 29, 2025
@gnsuryan
Copy link
Member

I have reviewed the changes done for Azure - WLS on VM Cluster Offer and it looks good.

Comment on lines +616 to +618
"adminVMNamePrefix": {
"value": "[parameters('adminVMNamePrefix')]"
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the outputs section, we do need to output the remote console URL for HTTP and HTTPS, exactly as we do in WLS on AKS.

See

output adminRemoteConsoleUrl string = const_showRemoteAdminConsoleExUrl ? networkingDeployment.outputs.adminRemoteConsoleEndpoint : ''

This is very important for usability. Without it, it's very to demonstrate the utility of the product in a pre-sales or conference meeting.

Copy link
Contributor

@edburns edburns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This applies to mainTemplate.json.

In the outputs section, we do need to output the remote console URL for HTTP and HTTPS, exactly as we do in WLS on AKS.

See

output adminRemoteConsoleUrl string = const_showRemoteAdminConsoleExUrl ? networkingDeployment.outputs.adminRemoteConsoleEndpoint : ''

This is very important for usability. Without it, it's very to demonstrate the utility of the product in a pre-sales or conference meeting.

@sanjaymantoor
Copy link
Member Author

Added remote console url at output section

"value": "owls-141100-jdk8-rhel87;Oracle:weblogic-141100-jdk8-rhel87:owls-141100-jdk8-rhel87;latest"
},
{
"label": "WebLogic Server 12.2.1.4.0 and JDK8 on Red Hat Enterprise Linux 8.7",
"label": "WebLogic Server 12.2.1.4.0 and JDK8 on Red Hat Enterprise Linux 8",
"value": "owls-122140-jdk8-rhel87;Oracle:weblogic-122140-jdk8-rhel87:owls-122140-jdk8-rhel87;latest"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I realize that 14.1.2 JDK 17 and 21 on RedHat Linux 8 are missing. Is this by design?

@mriccell mriccell merged commit 61dcd4e into oracle:main Aug 13, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants